.footer9 {
    background: rgb(0, 0, 0);
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer9 * {
    box-sizing: border-box;
}

.footer9 .footer9Content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer9 .footer9Content .nav {
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid rgb(38, 38, 38);
    font-size: 0;
}

.footer9 .footer9Content .nav li {
    display: inline-block;
    vertical-align: top;
    color: rgb(127, 127, 127);
    font-size: 16px;
}

.footer9 .footer9Content .nav li a {
    display: inline-block;
    text-decoration: none;
    color: rgb(127, 127, 127);
    font-size: 16px;
    vertical-align: middle;
    padding: 0 10px;
}

.footer9 .footer9Content .content {
    text-align: center;
    padding: 10px;
}

.footer9 .footer9Content .content p {
    margin: 0;
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 2;
}